.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.t-l {
  text-align: left;
}
.t-r {
  text-align: right;
}
.t-c {
  text-align: center;
}
.gray {
  color: #8c8c8c;
}
.w-1280 {
  width: 1280px;
  margin: 0 auto;
}
.w-1400 {
  width: 1400px;
  margin: 0 auto;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.fs-24 {
  font-size: 24px;
}
.fs-26 {
  font-size: 26px;
}
.fs-28 {
  font-size: 28px;
}
.fs-30 {
  font-size: 30px;
}
.fs-32 {
  font-size: 32px;
}
.fs-34 {
  font-size: 34px;
}
.fs-36 {
  font-size: 36px;
}
.fw-400 {
  font-weight: 400;
}
.fw-600 {
  font-weight: 600;
}
.fw-900 {
  font-weight: 900;
}
.opacity-5 {
  opacity: 0.5;
}
.mt-14 {
  margin-top: 14px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-18 {
  margin-top: 18px;
}
.mt-20 {
  margin-top: 20px;
}
.h-100 {
  height: 100px;
}
.h-60 {
  height: 60px;
}
.h-40 {
  height: 40px;
}
.lh-14 {
  line-height: 14px;
}
.lh-16 {
  line-height: 16px;
}
.lh-18 {
  line-height: 18px;
}
.lh-20 {
  line-height: 20px;
}
.lh-22 {
  line-height: 22px;
}
.lh-24 {
  line-height: 24px;
}
.lh-26 {
  line-height: 26px;
}
.lh-28 {
  line-height: 28px;
}
.lh-30 {
  line-height: 30px;
}
.lh-32 {
  line-height: 32px;
}
.lh-34 {
  line-height: 34px;
}
.link {
  color: #267cc8;
  cursor: pointer;
}
.link:hover {
  color: rgba(38, 124, 200, 0.8);
}
.btn {
  padding: 0 25px;
  height: 32px;
  line-height: 30px;
  background-color: #267cc8;
  border: 1px solid #267cc8;
  color: #fff;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}
.btn:hover {
  background-color: rgba(38, 124, 200, 0.8);
}
.btn:active {
  background-color: #1e619d;
}
.btn.btn-line {
  color: #267cc8;
  background-color: transparent;
  border: 1px solid #267cc8;
  line-height: 30px;
  position: relative;
}
.btn.btn-line span {
  position: relative;
  z-index: 10;
}
.btn.btn-line:hover {
  border-color: #267cc8;
  color: #fff;
}
.btn.btn-line:hover::before {
  width: 100%;
}
.btn.btn-line:hover .icon {
  color: #fff;
  position: relative;
  z-index: 1;
}
.btn.btn-line:active {
  border-color: #267cc8;
  color: #fff;
}
.btn.btn-line::before {
  transition: all 0.5s;
  width: 0;
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 0;
  content: '';
  background-color: #267cc8;
}
/* 头部 start */
.header-top {
  width: 100%;
  z-index: 100;
  height: 30px;
  background-color: #f7f7f7;
  line-height: 30px;
  color: #333333;
}
.header-top .fr {
  height: 30px;
}
.header-top .fr > a {
  margin-left: 30px;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.header-top .fr > a:hover img {
  visibility: visible;
  transition: all 0.5s;
  transform: translateY(0);
}
.header-top .fr > a img {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 30px;
  left: 0;
  visibility: hidden;
  transform: translateY(10px);
}
.header-logo {
  background-color: #fff;
  height: 100px;
  display: flex;
  align-items: center;
  /* line-height: 100px; */

  /* overflow: hidden; */
}
.header-logo > .w-1400{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo .logo {
  width: 335px;
  height: 63px;
}
.header-logo .logo-img {
  display: block;
  width: 100%;
  height: 100%;
  /* max-width: 200px;
  max-height: 80px; */
  /* vertical-align: middle; */
}
.header-logo .icon {
  color: #333333;
  font-size: 18px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  font-weight: bold;
}
.header-logo .tel {
  color: #333333;
  font-size: 16px;
}
.header-menu {
  height: 60px;
  background-color: #fff;
  /* border-top: 1px solid #d9d9d9; */
  overflow: hidden;
  font-size: 16px;
  padding-left: 95px;
  position: sticky;
  /* z-index: 100; */
  top: 0;
  /* box-shadow: 0px 5px 15px -6px rgba(15, 15, 15, 0.1); */
}
.header-menu li {
  float: left;
  /* padding: 0 20px; */
  line-height: 60px;
  font-size: 16px;
  margin-right: 32px;
  border-top: 1px solid transparent;
  /* margin: 0 5px; */
  /* margin-top: -1px; */
  position: relative;
  cursor: pointer;
  font-weight: bold;
}
.header-menu li.active,
.header-menu li:hover {
  /* border-top: 1px solid #267cc8; */
  color: #267cc8;
}
.header-menu li.active::before,
.header-menu li:hover::before {
  width: 100%;
  opacity: 1;
}
.header-menu li::before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 3px;
  background-color: #267cc8;
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.5s;
  opacity: 0;
}
.header-menu li:last-of-type{
  margin-right: 0;
}
/* 头部 end */
/* footer start */
.footer {
  /* height: 280px; */
  padding-top: 40px;
  background-color: #262626;
}
.footer .qrcode {
  width: 100px;
  text-align: center;
}
.footer .qrcode img {
  width: 100px;
  height: 100px;
  vertical-align: top;
  margin-bottom: 10px;
}
.footer .links {
  color: #efefef;
  margin-bottom: 30px;
}
.footer .links li {
  float: left;
  margin-right: 40px;
}
.footer .links2 {
  color: #8a8a8a;
  margin-top: 50px;
  margin-bottom: 10px;
}
.footer .links2 a {
  margin: 0 8px;
}
.footer .footer-tel .icon {
  float: left;
  color: #267cc8;
  font-size: 60px;
  line-height: 1;
  margin-right: 5px;
}
.footer .footer-tel span {
  color: #bfbfbf;
}
.footer .footer-tel p {
  color: #fff;
  margin-top: 5px;
}
.footer .copyright {
  color: #595959;
}
.footer .copyright .fr {
  width: 100px;
  text-align: center;
}
/* footer end */
/* banner start */
.banner-home {
  height: 757px;
  overflow: hidden;
}
.banner-home .swiper-container {
  height: 100%;
}
.banner-home .swiper-slide {
  text-align: center;
  height: 600px;
}
.banner-home .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner-home .swiper-slide .img {
  width: 100%;
  height: 757px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-home.banner-detail {
  height: 450px;
}
.banner-home.banner-detail .swiper-slide {
  height: 450px;
}
.banner-home.banner-detail .swiper-slide .img {
  height: 450px;
}
/* banner end */
.page-router {
  height: 60px;
  line-height: 60px;
}
.page-router .icon {
  vertical-align: middle;
}
.page-router .active {
  color: #262626;
}
.page-router a:last-child {
  color: #262626;
}
.swiper2-pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 5px;
  width: 100%;
}
.swiper2-pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #267cc8;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.swiper2-pagination .swiper-active-switch {
  background: #fff;
}
.links-viws li{
  float: left;
  color: #999999;
  margin-right: 68px;
}
.links-viws li > a{
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 24px;
}
.links-viws li dd{
  margin-top: 18px;
  font-size: 14px;
}
.links-viws li dd:hover a{
  color: #fff;
}
.footer-pa{
  display: flex;
}
.footer-pa > .imgIco{
  width: 18px;
  height: auto;
  margin-right: 18px;
}
.footer-pa-is h6{
  color: #fff;
  font-size: 18px;
}
.footer-pa-is .cont{
  font-size: 18px;
  color: #fff;
  padding: 16px 0;
  line-height: 2;
}
.footer-viws-cont{
  border-left: 1px solid #5c5c5c;
  padding-left: 26px;
  position: relative;
  padding-right: 214px;
  padding-bottom: 40px;
}
.footer-viws-cont::before{
  width: 1px;
  height: 100%;
  content: '';
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-pa-is .cont.dst{
  color: #999999;
  font-size: 14px;
}
.footer {
  position: relative;
}
.footer::before{
  width: 208px;
  height: 29px;
  content: '';
  display: block;
  position: absolute;
  right: calc(50% - 700px);
  top: -29px;
  background: url('../images/fooder-wx-bj.jpg');
  background-size: 100% 100%;
}
.footer  .qrcode-views{
  position: absolute;
  right: calc(50% - 700px);
  height: 100%;
  background-color: #006ecb;
  top: 0;
  width: 190px;
}
.qrcode-views .qrcode{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer .qrcode img{
  display: block;
  margin: 28px 0;
}
.qrcode-views .qrcode h6,
.qrcode-views .qrcode p{
  font-size: 18px;
  color: #fff;
}
.links2{
  background-color: #fff;
  padding-bottom: 12px;
  font-size: 14px;
}
.links2 a{
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}
.copyright {
  background-color: #1a1a1a;
  line-height: 40px;
  color: #858585;
}
.copyright a{
  font-size: 14px;
  color: #858585;
  margin-right: 6px;
}